NevronOpenVision
Nevron.Nov.UI Namespace / NSelection<TItem> Class


In This Topic
    NSelection<TItem> Class Methods
    In This Topic

    For a list of all members of this type, see NSelection<TItem> members.

    Public Methods
     NameDescription
    Public MethodPerforms a click node selection.  
    Public MethodOverloaded. Deselects the specified item if it selected  
    Public MethodDeselects all currently selected items  
    Public MethodDetermines whether the specified item is selected  
    Public MethodOverloaded. Appends the specified item to the selection list, without removing the currently selected items.  
    Public MethodOverloaded. Makes the specified item the one and only selected item.  
    Public MethodOverloaded. Toggles the item selection state.  
    Public MethodTries to get the first selected item, that passes the specified filter.  
    Public MethodTries to get the last selected item, that passes the specified filter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the default filter for the selection.  
    Protected MethodCalled when the specified item has been deselected  
    Protected MethodCalled when the selection has ended an updated. Raises the UpdateEnded event.  
    Protected MethodCalled when the Mode property has changed.  
    Protected MethodCalled when the specified item has been selected. Raises the Selected event  
    Protected MethodCalled when the selection starts an update. Raises the UpdateStarted event.  
    Top
    See Also